func runtime/pprof.newProfileBuilder

5 uses

	runtime/pprof (current package)
		pprof.go#L435: 	b := newProfileBuilder(w)
		pprof.go#L503: 	b := newProfileBuilder(w)
		pprof.go#L868: 	b := newProfileBuilder(w)
		proto.go#L259: func newProfileBuilder(w io.Writer) *profileBuilder {
		protomem.go#L17: 	b := newProfileBuilder(w)